home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / www / cern / dev / www-talk.9301-9306.Z / www-talk.9301-9306 / text0010.txt < prev    next >
Encoding:
Text File  |  1995-04-24  |  2.1 KB  |  49 lines

  1. I'm slowly but surely converting the files on ftp.cs.toronto.edu:/pub/emv
  2. to be in the WWW format.  Right now the stuff in news-archives.README is
  3. referred to that way, and some of the rest of the things in news-archives too.
  4.  
  5. I'm going out on a limb a tiny bit and writing references to things that
  6. none of the clients know how to deal with yet, in the expectation that
  7. useful data will inspire code.  In particular, I have some references
  8. that look like
  9.  
  10. <a name=1 href=aftp://anonymous@ftp.cs.toronto.edu:/pub/emv/news-archives.README>
  11. </a>
  12.  
  13. This aftp: tag is new.  I'm not completely happy with the use of the
  14. file: tag to refer to remote files, since it can lead to situations
  15. where references are ambiguous depending on whether you're dealing with
  16. a file on the local system or that same file accessed via anonymous FTP
  17. on the local system.  Adding an aftp: tag should help that.  The format
  18. //user@host:/filename/ is quite similar to that used by ange-ftp, so
  19. these references are immediately quite usable by existing code.
  20. There's also the hope that if the aftp: thing gets to be popular it'll
  21. be easier to pick out references to files from usenet postings, distinguishing
  22. them from references to ftp (the protocol or the program).
  23.  
  24. It's useful (even necessary) to include the anonymous@ bit; there are some
  25. sites (lib.stat.cmu.edu and research.att.com) with two parallel
  26. "anonymous FTP" trees that have different user names to get to them;
  27. a reference to
  28.     <a href=aftp://netlib@research.att.com:/> </a>
  29. is quite different than
  30.     <a href=aftp://anonymous@research.att.com:/> </a>
  31.  
  32. comments etc welcomed.
  33.  
  34. at some point this archive is going to migrate back to ftp.msen.com,
  35. but I'm waiting there on getting equipment a little more suitable to
  36. the task.  
  37.  
  38. Tim, feel free to glue these into the web as best you see fit; I have
  39. to go back and stick in all of the WAIS newsgroup mappings that
  40. I collected before.
  41. I'm also using
  42.     <a href=wais://wais.domain.org:210/database?>
  43. in anticipation of that tag being supported, it should be a matter of
  44. a simple sed or perl script to convert those tags to their current
  45. preferred format.
  46.  
  47. --Ed
  48.  
  49.